home *** CD-ROM | disk | FTP | other *** search
- package com.ms.ie;
-
- import com.ms.com.IUnknown;
- import com.ms.com.Variant;
- import com.ms.com._Guid;
-
- public interface ISearches extends IUnknown {
- _Guid iid = new _Guid(1204363938, (short)15829, (short)4562, (byte)-65, (byte)-117, (byte)0, (byte)-64, (byte)79, (byte)-71, (byte)54, (byte)97);
-
- IUnknown _NewEnum();
-
- String getDefault();
-
- int getCount();
-
- ISearch Item(Variant var1);
- }
-